object RegistrationForm: TRegistrationForm Left = 285 Top = 182 BorderStyle = bsDialog Caption = 'Register Matrix Y2K 6.0' ClientHeight = 132 ClientWidth = 302 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 8 Top = 15 Width = 187 Height = 13 Caption = 'Please enter your serial number :' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Panel1: TPanel Left = 8 Top = 39 Width = 289 Height = 49 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object PasswordEdit: TEdit Left = 5 Top = 14 Width = 276 Height = 21 TabOrder = 0 end end object OkBtn: TBitBtn Left = 8 Top = 103 Width = 97 Height = 21 Caption = 'OK' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 1 NumGlyphs = 2 end object CancelBtn: TBitBtn Left = 200 Top = 103 Width = 97 Height = 21 Cancel = True Caption = '&Cancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ModalResult = 2 ParentFont = False TabOrder = 2 NumGlyphs = 2 end end